home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu420.dms / pu420.adf / ParNet-HELP < prev    next >
Text File  |  1993-09-11  |  1KB  |  41 lines

  1. ask "Do you have an AGA machine? (y/n)"
  2. if warn
  3.  cls
  4.  setpatch2 quiet
  5.  echo "Press right mouse button to go onto next picture"
  6.  echo "Loading......"
  7.  superview -h512 -w640 ParnetHELP:pics/parts.pic256
  8.  cls
  9.  echo "Loading............"
  10.  superview -h512 -w640 -o ParnetHELP:pics/cable.pic256
  11.  cls
  12.  echo "Loading........................"
  13.  superview -o ParnetHELP:pics/plugtoplug.pic
  14.  cls
  15.  echo "There is a DMS file on this disk."
  16.  echo "It uncrunches to make a CDTV ParNet"
  17.  echo "disk. If you have a CDTV linked to"
  18.  echo "your Amiga, then this disk will auto"
  19.  echo "boot, and allow you to use the CDTV"
  20.  echo "CD drive on your other Amiga."
  21.  echo " "
  22.  ask "Do you want me to uncrunch the disk? (y/n)"
  23.  if warn
  24.   cls
  25.   copy cdtvdisk.dms ram:
  26.   dms write ram:CDTVdisk.dms
  27.  endif
  28. else
  29.  cls
  30.  setpatch1 > nil:
  31.  echo "Press right mouse button to go onto next picture"
  32.  echo "Loading..."
  33.  superview -o ParnetHELP:pics/parts.pic32
  34.  cls
  35.  echo "Loading......"
  36.  superview -o ParnetHELP:pics/cable.pic32
  37.  cls
  38.  echo "Loading............"
  39.  superview -o ParnetHELP:pics/plugtoplug.pic
  40. endif
  41.